home *** CD-ROM | disk | FTP | other *** search
/ Dr. Windows 3 / dr win3.zip / dr win3 / PROGRAMR / SPHERES.ZIP / SPHERES.RC < prev    next >
Text File  |  1993-10-03  |  941b  |  21 lines

  1. // ObjectWindows - (C) Copyright 1992 by Borland International
  2. //
  3. // owlscrn.rc
  4. //
  5. #include <windows.h>
  6. #include <bwcc.h>
  7. #include "spheres.h"
  8.  
  9. CONFIGUREDIALOG DIALOG 100, 92, 162, 89
  10. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  11. CLASS "bordlg"
  12. CAPTION "Screen Saver Settings"
  13. BEGIN
  14.     CONTROL "50", IDD_MAXSPHERES, "EDIT", ES_LEFT | WS_CHILD | WS_VISIBLE | WS_BORDER | WS_GROUP | WS_TABSTOP, 95, 16, 38, 12
  15.     CONTROL "Button", IDCANCEL, "BorBtn", BS_PUSHBUTTON | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 97, 60, 32, 20
  16.     CONTROL "Button", IDOK, "BorBtn", BS_DEFPUSHBUTTON | WS_CHILD | WS_VISIBLE | WS_GROUP | WS_TABSTOP, 29, 60, 32, 20
  17.     CONTROL "", 0, "BorShade", BSS_GROUP | WS_CHILD | WS_VISIBLE, 16, 8, 129, 45
  18.     CONTROL "Number of spheres:", -1, "STATIC", WS_CHILD | WS_VISIBLE, 26, 18, 66, 8
  19.     CONTROL "Grayscale", IDD_GRAYSCALE, "BorCheck", BS_AUTOCHECKBOX | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 59, 36, 56, 10
  20. END
  21.